IMotion.GetGroupsStatus method

Gets the state of axis groups according to the active grouped method.

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
KsReturn<GroupStatus[]> GetGroupsStatus(
       int[] Indexes
)
Function GetGroupsStatus(
       Indexes As Integer()
) As KsReturn(Of GroupStatus())

Parameters

Indexes [in]

Type: int[]

The array of groups' indexes. Indexes are zero based.

Return value

Type: KsReturn<GroupStatus[]>

Returns a KsError code and GroupStatus values.

Examples

C#
N/A

See also

IMotion Interface

IntervalZero.KINGSTAR.Base.Api Namespace